{{ block title }} Control Questions {{ endblock }} {{ block content }}


(1) Suppose the group participants decided as follows:


Participant a {{ if player.role == 'a' }} (You) {{ endif }} chooses Field B
Participant b {{ if player.role == 'b' }} (You) {{ endif }} chooses Field B
Participant c {{ if player.role == 'c' }} (You) {{ endif }} chooses Field C

{{ formfield 'control_1' }}


(2) Suppose the group participants decided as follows:


Participant a {{ if player.role == 'a' }} (You) {{ endif }} chooses Field C
Participant b {{ if player.role == 'b' }} (You) {{ endif }} chooses Field A
Participant c {{ if player.role == 'c' }} (You) {{ endif }} chooses Field C

{{ formfield 'control_2' }}


(3) Suppose the group participants decided as follows:


Participant a {{ if player.role == 'a' }} (You) {{ endif }} chooses Field A
Participant b {{ if player.role == 'b' }} (You) {{ endif }} chooses Field B
Participant c {{ if player.role == 'c' }} (You) {{ endif }} chooses Field C

{{ formfield 'control_3' }}


(4) Suppose the group participants decided as follows:


Participant a {{ if player.role == 'a' }} (You) {{ endif }} chooses Field C
Participant b {{ if player.role == 'b' }} (You) {{ endif }} chooses Field C
Participant c {{ if player.role == 'c' }} (You) {{ endif }} chooses Field C

{{ formfield 'control_4' }}


{{ next_button }}
{{ endblock }}